Class MenuBarImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.MenuBarImpl
All Implemented Interfaces:
IPCObject, MenuBar

public class MenuBarImpl extends IPCObjectImpl implements MenuBar
Information provided by the PKI file:

    \class MenuBar
    
    \brief MenuBar allows UI manipulation of the Main Menu Bar.
    
    \example appWindow().getMenuBar()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getFilePopupMenu

      public PopupMenu getFilePopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "File" Menu object.
          
          \return Menu, the Menu object for the File menu.
          
              
      Specified by:
      getFilePopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getEditPopupMenu

      public PopupMenu getEditPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Edit" Menu object.
          
          \return Menu, the Menu object for the Edit menu.
          
              
      Specified by:
      getEditPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getOptionsPopupMenu

      public PopupMenu getOptionsPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Options" Menu object.
          
          \return Menu, the Menu object for the Options menu.
          
              
      Specified by:
      getOptionsPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getExtensionsPopupMenu

      public PopupMenu getExtensionsPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Extensions" Menu object.
          
          \return Menu, the Menu object for the Extensions menu.
          
              
      Specified by:
      getExtensionsPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getHelpPopupMenu

      public PopupMenu getHelpPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Help" Menu object.
          
          \return Menu, the Menu object for the Help menu.
          
              
      Specified by:
      getHelpPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getViewPopupMenu

      public PopupMenu getViewPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "View" Menu object.
          
          \return Menu, the Menu object for the View menu.
          
              
      Specified by:
      getViewPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getToolsPopupMenu

      public PopupMenu getToolsPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Tools" Menu object.
          
          \return Menu, the Menu object for the Tools menu.
          
              
      Specified by:
      getToolsPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getFileRecentFilesPopupMenu

      public PopupMenu getFileRecentFilesPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "File -> Recent Files" Menu object.
          
          \return Menu, the "File -> Recent Files" Menu object.
          
              
      Specified by:
      getFileRecentFilesPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getViewZoomPopupMenu

      public PopupMenu getViewZoomPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "View -> Zoom" Menu object.
          
          \return Menu, the "View -> Zoom" Menu object.
          
              
      Specified by:
      getViewZoomPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getViewToolbarsPopupMenu

      public PopupMenu getViewToolbarsPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "View -> Toolbars" Menu object.
          
          \return Menu, the "View -> Toolbars" Menu object.
          
              
      Specified by:
      getViewToolbarsPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getExtensionsMUPopupMenu

      public PopupMenu getExtensionsMUPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Extensions -> Multiuser" Menu object.
          
          \return Menu, the "Extensions -> Multiuser" Menu object.
          
              
      Specified by:
      getExtensionsMUPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getExtensionsIPCPopupMenu

      public PopupMenu getExtensionsIPCPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Extensions -> IPC" Menu object.
          
          \return Menu, the "Extensions -> IPC" Menu object.
          
              
      Specified by:
      getExtensionsIPCPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • getExtensionsScriptingPopupMenu

      public PopupMenu getExtensionsScriptingPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Extensions -> Scripting" Menu object.
          
          \return Menu, the "Extensions -> Scripting" Menu object.
          
              
      Specified by:
      getExtensionsScriptingPopupMenu in interface MenuBar
      Returns:
      PopupMenu Returns a PopupMenu
    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Specified by:
      setVisible in interface MenuBar
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • isVisible

      public boolean isVisible()
      Information provided by the PKI file:
      
          \brief Returns true if this widget is visible, otherwise false.
          
          \return bool, true if this widget is visible, otherwise false.
          
              
      Specified by:
      isVisible in interface MenuBar
      Returns:
      boolean Returns a boolean